This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.
This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.
The list of the themes | Global methods by category | Global methods by name | The list of the classes | The list of the controls |
GetVolume as double | ||||
global method, Sound | Mi, 28. Aug 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||
Function:
Gets the current volume. | ||||
Example:
dim i as integer i=getvolume | ||||
Notes:
The Volume may be relative to a maximum volume defined by the user. percent should be between 0 (nosound) and 256 (max). On Mac OS X even a sound volume of 472 seems to be possible. | ||||
SetVolume(percent as double) | ||||
global method, Sound | Mi, 28. Aug 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||
Function:
Sets the volume. | ||||
Notes:
the Volume may be relative to a maximum volume defined by the user. percent should be between 0 (nosound) and 256 (max). On Mac OS X even a sound volume of 472 seems to be possible. |
Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.